fix(agents): swap gongbu and bingbu SOUL.md duty assignments#145
Open
mvanhorn wants to merge 1 commit intocft0808:mainfrom
Open
fix(agents): swap gongbu and bingbu SOUL.md duty assignments#145mvanhorn wants to merge 1 commit intocft0808:mainfrom
mvanhorn wants to merge 1 commit intocft0808:mainfrom
Conversation
The Ministry of Works (gongbu) historically handled infrastructure and public works, while the Ministry of War (bingbu) handled military operations. The current SOUL.md files had these duties inverted. - gongbu now handles infrastructure, deployment/ops, and monitoring - bingbu now handles engineering, architecture, and feature development - Updated duty labels in sync_agent_config.py to match Closes cft0808#131 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Closed
|
作者已经一周没合并pr了,不知道项目还继不继续 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agents/gongbu/SOUL.mdandagents/bingbu/SOUL.mdto match their historical rolesscripts/sync_agent_config.pyto match the corrected assignmentsEvidence: Issue #131 reports the two SOUL.md files are swapped. The gongbu agent had engineering duties while bingbu had infrastructure duties, which is the reverse of their historical Tang dynasty ministry roles.
Closes #131
Test plan
grep "基础设施" agents/gongbu/SOUL.mdmatches (infra in gongbu)grep "工程实现" agents/bingbu/SOUL.mdmatches (engineering in bingbu)python3 scripts/sync_agent_config.pyand confirm agent_config.json has correct duty labels